Performs a one's compliment operation on value. Each bit of the number is inverted--zeros replaced with ones an vice versa.
Syntax |
|---|
|
result = Bitwise.OnesComplement( value ) |
Parameters |
|
|---|---|
|
value |
|
Return Value |
|
|---|---|
|
Result |
|
Bitwise.OnesComplement Function